home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / emacs_src_18_58.lha / emacs-18.58 / etc / MACHINES < prev    next >
Text File  |  1992-02-21  |  28KB  |  808 lines

  1. This is a list of the status of GNU Emacs on various machines and systems.
  2. Last updated 13 Feb 1992.
  3.  
  4. Systems:
  5.   For each type of system, the name of the appropriate s- header file
  6.   is given.
  7.  
  8. Berkeley 4.1 (s-bsd4-1.h)
  9.  
  10.   Works on vaxes.
  11.  
  12. Berkeley 4.2 (s-bsd4-2.h)
  13.  
  14.   Works on several machines.
  15.  
  16. Berkeley 4.3 (s-bsd4-3.h)
  17.  
  18.   Works, on Vaxes at least.
  19.  
  20. Microport
  21.  
  22.   See under "Intel 386".
  23.  
  24. System V rel 0 (s-usg5-0.h)
  25.  
  26.   Works, on Vaxes and 3bxxx's.
  27.   There are some problems in 18.37 due to shortnames/cccp problems:
  28.   use the emacs 17 cpp if you have it.
  29.  
  30. System V rel 2 (s-usg5-2.h)
  31.  
  32.   Works on various machines.
  33.   On some (maybe all) machines the library -lPW exists and contains
  34.   a version of `alloca'.  On these machines, to use it, put
  35.      #define HAVE_ALLOCA
  36.      #define LIB_STANDARD -lPW -lc
  37.   in the m-...h file for the machine.
  38.  
  39.   If you find that the character Meta-DEL makes Emacs crash,
  40.   find where function init_sys_modes in sysdep.c sets sg.c_cc[VQUIT]
  41.   and make it store 7 there.  I have as yet no evidence of whether
  42.   this problem, known in HP-UX, exists in other system V versions.
  43.  
  44.   If you are compiling to work with X11 release 4, you may need
  45.   to define HAVE_RANDOM in config.h.
  46.  
  47. System V rel 2.2 (s-usg5-2-2.h)
  48.  
  49.   In 5.2.2 AT&T undid, incompatibly, their previous incompatible
  50.   change to the way the nlist library is called.  A different s- file
  51.   is used to enable the other interface.
  52.  
  53.   They call themselves the right choice--can't they choose?
  54.  
  55.   Emacs version 18 unexec is currently not working properly
  56.   on 5.2.2.  Nobody knows why yet.  A workaround is to define
  57.   NO_REMAP.  It is not yet known whether this applies to all
  58.   machines running 5.2.2.
  59.  
  60.   If you are compiling to work with X11 release 4, you may need
  61.   to define HAVE_RANDOM in config.h.
  62.  
  63. System V rel 3 (s-usg5-3.h)
  64.  
  65.   Some versions of this system support ptys and BSD-style sockets.
  66.   On such systems, you should define HAVE_PTYS and HAVE_SOCKETS in config.h.
  67.  
  68.   If you are compiling to work with X11 release 4, you may need
  69.   to define HAVE_RANDOM in config.h.
  70.  
  71.   If you want to link Emacs with shared libraries, define
  72.   USG_SHARED_LIBRARIES.
  73.  
  74. System V rel 4 (s-usg5-4.h)
  75.  
  76.   Supported, including shared libraries for ELF.  pty's work now.
  77.  
  78.   The standard C preprocessor generate xmakefile incorrectly.  However,
  79.   /lib/cpp will work, so use `make CPP=/lib/cpp' in the `src' subdirectory.
  80.  
  81. Ultrix (s-bsd4-2.h)
  82.  
  83.   DEC's Ultrix OS is essentially Berkeley 4.2.  It does not correctly
  84.   implement certain features of 4.3.
  85.  
  86.   Ultrix 3.0 has incompatibilities in its X library if you have the
  87.   Ultrix version of X (UWS version 2.0).  To solve them, you need to
  88.   prevent XvmsAlloc.o in Xlib from being used.  Israel Pinkas says:
  89.  
  90.     I added the following lines to config.h after the X defines:
  91.  
  92.     #if defined(ultrix) && defined(X11)
  93.     #define OBJECTS_SYSTEM calloc.o
  94.     #endif
  95.  
  96.     Then I ran the following:
  97.  
  98.     ar x /usr/lib/libc.a calloc.o
  99.  
  100.   The problem is said to be gone in UWS version 2.1.
  101.  
  102.   Ultrix 4.1 has moved the file X11/X10.h into mit/X11/X10.h.
  103.  
  104. Uniplus 5.2 (s-unipl5-2.h)
  105.  
  106.   Works, on Dual machines at least.
  107.  
  108. VMS (s-vms.h)
  109.  
  110.   Works except for certain features (directory listing, dired,
  111.   sending and receiving mail) that use synchronous subprocesses.
  112.   We need people to write alternative implementations of these
  113.   facilities.
  114.  
  115.   Note that Emacs for VMS is usually distributed in a special
  116.   VMS distribution.  See the file ../VMSINSTALL for info on moving
  117.   Unix distributions to VMS, and other VMS-related topics.
  118.  
  119. Xenix
  120.  
  121.   Should work in 18.50, but you will need to edit the files
  122.   etc/Makefile and src/ymakefile
  123.   (see the comments that mention "Xenix" for what to change.)
  124.   Compiling Emacs with -O is said not to work.
  125.  
  126.   If you want Emacs to work with Smail (installed as /usr/bin/smail)
  127.   then add the line   #define SMAIL  to config.h.
  128.  
  129.   The file etc/XENIX suggests some useful things to do to Xenix
  130.   to make the Emacs meta key work.
  131.  
  132. Machines:
  133.   For each type of machine, the names of the m- and s- header files
  134.   are given.
  135.  
  136. Alliant FX/80 (m-alliant4.h or m-alliant.h or m-alliant1.h;
  137.            s-bsd4-2.h or s-bsd4-3.h)
  138.  
  139.   There are reports of bugs in the Alliant compiler
  140.   that prevent compiling Emacs 18.57.
  141.   No word on how to get around them.  Perhaps using GCC will work.
  142.   A work-around is installed in src/dispnew.c in 18.58 for a compiler bug.
  143.  
  144.   18.52 worked on system version 4.  Previous Emacs versions were
  145.   known to work on previous system versions.
  146.  
  147.   Use m-alliant1.h on version 1 of their operating system
  148.   and use m-alliant.h on version 2 or 3.
  149.   Use m-alliant4.h on version 4 and above.
  150.  
  151.   Use s-bsd4-3.h with system version 5 and above.
  152.  
  153. Alliant FX/2800 (m-all2800.h; s-bsd4-3.h)
  154.  
  155.   Known to work with 18.58 and OS version 2.2, compiler version 1.3.
  156.  
  157. Altos 3068 (m-altos.h; s-usg5-2.h)
  158.  
  159.   18.52 is said to work, provided you don't compile unexec.c with -O.
  160.  
  161. Amdahl UTS (m-amdahl.h; s-usg5-3.h)
  162.  
  163.   Support for a newer system version, and X Windows, merged in 18.58.
  164.   (Some people report that s-usg5-2.h worked better than s-usg5-3.h
  165.   for 18.57.)
  166.  
  167.   The 5.2u370 compiler is so brain damaged that it is not
  168.   even worth trying to use it.  Success was obtained with the
  169.   uts native C compiler on uts version 5.2.5.
  170.  
  171. Apollo running Domain (m-apollo.h; s-bsd4-2.h)
  172.  
  173.   18.52 works, to some extent.
  174.   Code for dumping Emacs has been written, but we cannot
  175.   distribute it yet.
  176.   There are reports of bugs in cc -O on this system.
  177.  
  178.   In etc/Makefile, don't expect emacsclient and server to
  179.   compile.  You might want to remove them from your makefile.
  180.  
  181.   Supposedly something in dired.c runs into a compiler bug.
  182.   Paraphrasing the statement should avoid the problem.
  183.   I havenot yet received word as to the exact statement this is.
  184.  
  185. AT&T 3b2, 3b5, 3b15, 3b20 (m-att3b.h; s-usg5-2-2.h)
  186.  
  187.   Emacs will probably not work with certain kernel constants too small. 
  188.  
  189.   In param.h CDLIMIT should be at least (1L << 12) in order to allow 
  190.   processes to write up to 2 Mbyte files.  If it's too small,
  191.   you can perhaps fix it using the file `ulimit.hack' in this directory.
  192.  
  193.   Note that for V.3.1 and later releases, this parameter is configurable
  194.   by normal means in /etc/master.d/kernel; examine that file for the
  195.   symbol CDLIMIT or ULIMIT, and raise it by several powers of 2.  Then
  196.   do normal kernel rebuild things via "cd /boot; mkboot -k KERNEL" and so
  197.   forth.  Do not use ulimit.hack if you have V.3.1 or later.
  198.  
  199.   In seg.h NSEGP and STACKSEG should be at least 16 and 4 respectively
  200.   to allow processes with total size of up to 2Mbytes.
  201.   However, I'm told it is unlikely this would fail to be true.
  202.  
  203.   The MAXMEM may also prevent Emacs from running.  The file
  204.   3B-MAXMEM in this directory explains how to increase MAXMEM.
  205.  
  206. AT&T 7300 or 3b1 (m-7300.h; s-usg5-2-2.h)
  207.  
  208.   18.52 seems to work.  If you have strange troubles with dumping Emacs,
  209.   delete the last few lines from m-7300.h and recompile.  These lines
  210.   are supposed to produce a sharable executable.
  211.  
  212.   m-7300.h defines SHORTNAMES because operating system versions
  213.   older than 3.5 did not support long symbol names.  Version 3.5 does
  214.   support them, so you can remove the #define SHORTNAMES in that version.
  215.  
  216. Aviion (m-aviion.h; s-dgux.h)
  217.  
  218.   Changes merged in 18.58.
  219.  
  220. Bull DPX/2 models 2nn or 3nn (m-dpx2-200.h or m-dpx2-300.h; s-usg5-3.h)
  221.  
  222.   Should work in 18.58 except that there is a report of
  223.   Emacs terminating mysteriously if run in the background 
  224.   using its own X window and the invoking process
  225.   terminates. 
  226.  
  227.   Be sure to read m-dpx2.h for instructions as to how to deal
  228.   with optional packages such as INET and X Windows.
  229.  
  230. CCI 5/32, 6/32
  231.  
  232.   See "Tahoe".
  233.  
  234. Celerity (m-celerity.h; s-bsd4-2.h)
  235.  
  236.   Version 18.49 works.
  237.  
  238. Convex (m-convex.h; s-bsd4-3.h)
  239.  
  240.   18.58 works.
  241.   Use "make CC='cc -pcc'" to avoid problems creating ymakefile from xmakefile.
  242.  
  243. Cydra 5 (m-cydra5.h; s-usg5-3.h)
  244.  
  245.   18.51 worked in one version of their operating system but stopped
  246.   working in a newer version.  This has not been fixed.
  247.  
  248. Data General
  249.  
  250.   See aviion.
  251.  
  252. DECstation (m-pmax.h; s-bsd4-2.h or s-bsd4-3.h)
  253.  
  254.   Works, as of 18.55.  See under Ultrix for problems using X windows
  255.   on Ultrix.  Note that this is a MIPS machine.
  256.   s-bsd4-3.h is said to work ok with Ultrix 4.1.
  257.  
  258.   For Ultrix versions prior to 4.0, you may need to delete
  259.   the definition of START_FILES from m-pmax.h.
  260.  
  261. Dual running System V (m-dual.h; s-usg5-2.h)
  262.  
  263.   As of 17.46, this works except for a few changes
  264.   needed in unexec.c.
  265.  
  266. Dual running Uniplus (m-dual.h; s-unipl5-2.h)
  267.  
  268.   Works, as of 17.51.
  269.  
  270. Elxsi 6400 (m-elxsi; s-usg5-2.h)
  271.  
  272.   18.36 required one small change that's installed in 18.38.
  273.  
  274.   m-elxsi.h currenty specifies CANNOT_DUMP.
  275.   The Elxsi can in principle dump, but the necessary changes to
  276.   unexec, which involve byte-swapping, were too ugly to install.
  277.   If someone submits simple code that supports dumping on the Elxsi,
  278.   it can be installed and CANNOT_DUMP can be turned off.
  279.  
  280. Encore machine (m-ns16000.h; s-umax.h)
  281.  
  282.   This machine bizarrely uses 4.2BSD modified to use the COFF format
  283.   for object files.  Works (as of 18.40).  For the APC processor you
  284.   must enable two lines at the end of s-umax.h, which are commented
  285.   out in the file as distributed.
  286.  
  287.   WARNING: If you compile Emacs with the "-O" compiler switch, you
  288.   must also use the "-q enter_exits" switch so that all functions have
  289.   stack frames.  Otherwise routines that call `alloca' all lose.
  290.  
  291.   A kernel bug in some system versions causes input characters to be lost
  292.   occasionally.
  293.  
  294. Encore running MACH.
  295.  
  296.   This does not yet work.
  297.  
  298. GEC 93 (m-gec93.h; s-usg5-2.h?)
  299.  
  300.   Changes are partially merged in version 18, but
  301.   certainly require more work.
  302.  
  303. Gould (m-gould.h; s-bsd4-2.h or s-bsd4-3.h)
  304.  
  305.   18.36 worked on versions 1.2 and 2.0 of the operating system.
  306.  
  307.   On UTX/32 2.0, use s-bsd4-3.h.
  308.  
  309.   On UTX/32 1.2 and UTX/32S 1.0, use s-bsd4-2.h and note that compiling 
  310.   etc/sorted-doc tickles a compiler bug:  remove the -g flag to cc in the 
  311.   makefile.
  312.  
  313.   UTX/32 1.3 has a bug in the bcopy library routine.  Fix it by 
  314.   #undef BSTRING in m-gould.h.
  315.  
  316. HP 9000 series 200 or 300 (m-hp9000s300.h; s-hpux7.h, s-hpux8.h or s-bsd4-3.h)
  317.  
  318.   Version 18 works.
  319.   These machines are 68000-series CPUs running HP-UX
  320.   (a derivative of sysV with some BSD features) or BSD 4.3 ported by Utah.
  321.   The choice of s- file determines which system Emacs is built for.
  322.  
  323.   Series 200 HPUX runs Emacs only if it has the "HP-UX upgrade".
  324.  
  325.   The series 500 has a seriously incompatible memory architecture
  326.   which relocates data in memory during execution of a program,
  327.   and support for it would be difficult to implement.
  328.  
  329.   Note that HP has used two incompatible assembler syntaxes,
  330.   and has recently changed the format of C function frames.
  331.   src/crt0.c and src/alloca.s have been conditionalised for the new
  332.   assembler and new function-entry sequence.  You may need to define
  333.   OLD_HP_ASSEMBLER if you are using an older hpux version.  If you
  334.   have an official (bought from HP) series 300 machine you have
  335.   the new assembler.  Kernels that are 5.+ or later have new
  336.   assembler.  A Series 200 that has been upgraded to a 68010
  337.   processor and a 5.+ kernel has the new compiler.
  338.  
  339.   Define C_SWITCH_MACHINE to be +X to make a version of Emacs that
  340.   runs on both 68010 and 68020 based hp-ux's.
  341.  
  342.   Define HPUX_68010 if you are using the new assembler, for
  343.   a system that has a 68010 without a 68881.  This is to say,
  344.   a s200 (upgraded) or s310.
  345.  
  346.   Define the symbol HPUX_NET if you have the optional network features
  347.   that include the `netunam' system call.  This is refered to as
  348.   Network Services (NS/9000) in HP literature.
  349.  
  350.   If you are compiling to work with X11 release 4, you may need
  351.   to define HAVE_RANDOM in config.h.
  352.  
  353. HP 9000 series 700 or 800 (Spectrum) (m-hp9000s800.h; s-hpux7.h or s-hpux8.h)
  354.  
  355.   These files support HP's Precision Architecture machines
  356.   running HP-UX.  Version 18.58 should work on the 700 and the 800.
  357.   Use s-hpux7.h for HPUX version 7 or earlier,
  358.   and s-hpux8.h for HPUX version 8.
  359.  
  360.   HAVE_X_MENU works, but you may need to modify oldXMenu/Makefile
  361.   to compile insque.c.
  362.  
  363.   If you compile with MIT's X11R5, rather than HP's version, 
  364.   then you may need to add the following to config.h:
  365.  
  366.    #define srandom srand
  367.    #define random rand
  368.  
  369. High Level Hardware Orion (m-orion.h; s-bsd4-2.h)
  370.  
  371.   This is the original microprogrammed hardware.
  372.   m- file ought to work.
  373.  
  374. High Level Hardware Orion 1/05 (m-orion105.h; s-bsd4-2.h)
  375.  
  376.   Changes merged in 18.52.  This is the one with the Clipper cpu.
  377.   Note that systems which lack NFS may need LOAD_AVE_TYPE changed to `double'.
  378.  
  379.   In 18.58, trouble was reported with X windows: XrmGetResource was
  380.   reported undefined in the library.  You may need to change
  381.   XT_GetDefaults in x11term.c to make it link.  If so, please
  382.   send a bug report saying exactly what change was needed.
  383.  
  384. IBM PS2 (m-ibmps2-aix.h; s-usg5-2-2.h or s-usg5-3.h)
  385.  
  386.   Changes mostly merged in 18.55.  You may need to put an #ifndef AIX
  387.   conditional around the definition of closedir in sysdep.c, and
  388.   perhaps delete the #include of sioctl.h.  You may need to copy
  389.   /usr/lib/samples/hft/hftctl.c to the Emacs src directory.
  390.  
  391.   Use s-usg5-3.h on AIX 1.2.
  392.   s-usg5-2-2.h should work on either AIX 1.1 or 1.2, but may not work with
  393.   certain new X window managers, and may be suboptimal.
  394.  
  395. IBM RS/6000 (m-ibmrs6000.h; s-aix3-1.h or s-aix3-2.h)
  396.  
  397.   Changes merged in 18.56.  Note that for installation on AIX you must
  398.   use `make install.aix' rather than just `make'.  Use s-aix3-2.h
  399.   on AIX 3.2 also.
  400.  
  401. IBM RT/PC (m-ibmrt.h or m-ibmrt-aix.h; s-bsd4-3.h or s-usg5-2-2.h)
  402.  
  403.   18.52 works on both operating systems.
  404.   Use s-bsd-4-3.h for the 4.3-like system AOS, and s-usg5-2-2.h for AIX.
  405.  
  406.   On BSD, if you have trouble, try compiling with a different compiler.
  407.  
  408.   On AIX, the file /usr/lib/samples/hft/hftctl.c must be compiled into
  409.   hftctl.o, with this result left in the src directory (hftctl.c is
  410.   part of the standard AIX distribution).
  411.  
  412.   window.c must not be compiled with -O on AIX.
  413.  
  414. Integrated Solutions `Optimum V' (m-isi-ov.h; s-bsd4-2.h or s-bsd4-3.h)
  415.  
  416.   18.52 said to work on some sort of ISI machine.
  417.   Version 18.45 worked (running on a Optimum V (VME bus, 68020)
  418.   BSD 4.2 (3.05e) system).  18.42 is reported to work on
  419.   a Qbus 68010 system.  Has not been tried on `WorkStation' `Cluster
  420.   Compute Node' `Cluster WorkStation' or `Server Node'  (Love the
  421.   StudLYCaps) 
  422.  
  423.   Compilation with -O is rumored to break something.
  424.  
  425.   On recent system versions, you may need to undefine the macro UMAX
  426.   in etc/loadst.c and src/getpagesize.h.  They stupidly defined this
  427.   in a system header file, which confuses Emacs (which thinks that UMAX
  428.   indicates the Umax operating system).
  429.  
  430. Integrated Solutions 386 (m-is386.h; ??)
  431.  
  432.   Configuration file present in 18.57.
  433.  
  434. Intel 80386 (m-intel386.h; s-bsd4-2.h, s-usg5-2-2.h, s-usg5-3.h, s-esix.h,
  435.          s-386ix.h, s-isc2-2.h, s-sco.h or s-xenix.h)
  436.  
  437.   18.58 should support a wide variety of operating systems.
  438.   Use s-isc2-2.h for Interactive 386/ix version 2.2 and version 3.2.
  439.   Use s-386ix.h for prior versions.
  440.   Use s-esix.h for Esix.
  441.  
  442.   Use s-sco.h for the SCO system.
  443.   You may have to compile the cpp that comes with Emacs
  444.   and use that to preprocess src/ymakefile to get src/xmakefile.
  445.  
  446.   If you are using Xenix, see notes above under Xenix.
  447.  
  448.   Some sysV.3 systems seem to have bugs in `opendir';
  449.   for them, alter `config.h' to define NONSYSTEM_DIR_LIBRARY
  450.   and undefine SYSV_SYSTEM_DIR.
  451.  
  452.   If you use optimization on V.3, you may need the option -W2,'-y 0'
  453.   to prevent certain faulty optimization.  Otherwise, fns.c won't work.
  454.  
  455.   On 386/ix, to link with shared libraries, add #define USG_SHARED_LIBRARIES
  456.   to config.h.
  457.  
  458.   On one V.4 system, it was necessary to remove -lnsl_s from LIBX11_SYSTEM.
  459.   Also, it was necessary to define LIBS_TERMCAP as -ltermcap, but that
  460.   by itself was not enough.
  461.  
  462.   There is no consistency in the handling of certain system header files
  463.   on V.3.
  464.  
  465.   Some versions have sys/sioctl.h, and require it in sysdep.c.
  466.   But some versions do not have sys/sioctl.h.
  467.   For a given version of the system, this may depend on whether you have
  468.   X Windows or TCP/IP.  Define or undefine NO_SIOCTL_H in config.h
  469.   according to whether you have the file.
  470.  
  471.   Likewise, some versions have been known to need sys/ttold.h, sys/stream.h,
  472.   and sys/ptem.h included in sysdep.c.  If your system has these files,
  473.   try defining NEED_PTEM_H in config.h if you have trouble without it.
  474.  
  475.   You may find that adding -I/usr/X/include or -I/usr/netinclude or both
  476.   to CFLAGS avoids compilation errors on certain systems.
  477.  
  478.   Some versions convince sysdep.c to try to use `struct tchars'
  479.   but define `struct tc' instead; add `#define tchars tc'
  480.   to config.h to solve this problem.
  481.   Some systems have problems that can be solved by inserting
  482.     #undef TIOCGETC
  483.   in sysdep.c, near the place where this is done for XENIX.
  484.  
  485. Intel 860 (m-intel860.h; s-usg5-4.h)
  486.  
  487.   Supposed to work in 18.58.
  488.  
  489. Iris 4D (m-iris4d.h; s-irix3-3.h or s-irix4-0.h)
  490.  
  491.   18.58 is known to work on Silicon Graphics 4D series machines
  492.   with IRIX 3.3 or IRIX 4.0.
  493.  
  494.   If you use the X menu facility, you must edit oldXmenu/Makefile
  495.   and change the RANLIB line to RANLIB=true
  496.  
  497.   Most irix3.3 systems do not have an ANSI C compiler, but a few do.
  498.   If you are using the ANSI C compiler, you may need to add
  499.       #define C_SWITCH_MACHINE -cckr
  500.   to config.h.
  501.  
  502.   There is a bug in IRIX that can sometimes leave ptys owned by
  503.   root with a permission of 622.  This causes malfunctions in use
  504.   of subprocesses of Emacs.
  505.  
  506. Iris 2500 Turbo (m-irist.h; s-iris3-5.h or s-iris3-6.h)
  507.  
  508.   18.49 works.  Use s-iris3-6.h for system versions 3.6 and up.
  509.   s-iris3-5.h is said to work with system version 2.5.
  510.   Note that the 3030 is the same machine as this.
  511.  
  512. Macintosh
  513.  
  514.   We are boycotting Apple because of Apple's efforts to take away
  515.   our freedom to write compatible imitations of existing software.
  516.   If you value your freedom to write such programs, we urge you
  517.   not to buy from Apple, not to develop software for Apple, and
  518.   certainly not to accept a job with Apple.
  519.  
  520.   See the file APPLE in this directory for more information.
  521.  
  522. Masscomp (m-masscomp.h; s-rtu.h)
  523.  
  524.   18.36 worked on a 5500DP running RTU v3.1a and compiler version 3.2
  525.   with minor fixes that are included in 18.37.  However, bizarre behavior
  526.   was reported for 18.36 on a Masscomp (model and version unknown but probably
  527.   a 68020 system).  The report sounds like a compiler bug.
  528.  
  529.   A compiler bug affecting statements like 
  530.     unsigned char k; unsigned char *p;... x = p[k];
  531.   has been reported for "C version 1.2 under RTU 3.1".  We do not wish
  532.   to take the time to install the numerous workarounds required to
  533.   compensate for this bug; go complain to Masscomp.
  534.  
  535.   For RTU version 3.1, define FIRST_PTY_LETTER to be 'p' in s-rtu.h
  536.   (or #undef and redefine it in config.h) so that ptys will be used.
  537.  
  538.   GNU Emacs is said to have no chance of compiling on RTU versions
  539.   prior to v3.0.
  540.  
  541. Megatest (m-mega68.h; s-bsd4-2.h)
  542.  
  543.   Emacs 15 worked; do not have any reports about Emacs 16 or 17
  544.   but any new bugs are probably not difficult.
  545.  
  546. Mips (m-mips.h or m-mips4.h; s-usg5-2-2.h, s-bsd4-3.h)
  547.  
  548.   Changes merged in 18.39.  Some fixes in 18.56.
  549.  
  550.   Use m-mips4.h for RISCOS version 4; use s-bsd4-3.h with the BSD world.
  551.  
  552.   If you are compiling with GCC, then you must run fixincludes;
  553.   the alternative of using -traditional won't work because
  554.   the definition of SIGN_EXTEND_CHAR uses the keyword `signed'.
  555.  
  556.   If the SYSV world is the default, then you probably need the following
  557.   line in etc/Makefile:
  558.  
  559.     CFLAGS= -g -systype bsd43
  560.  
  561.   Note that the proper m- file for the Decstation is m-pmax.h.
  562.  
  563. Motorola Delta 147 (m-delta.h; s-usg5-3.h)
  564.  
  565.   m- file added in version 18.56.
  566.  
  567. Motorola Delta 187 (m-delta88k.h; s-usg5-3.h)
  568.  
  569.   m- file added in version 19.
  570.   HAVE_X_MENU may work if you modify oldXMenu/Makefile to compile insque.c.
  571.  
  572. National Semiconductor 32000 (m-ns32000.h; s-usg5-2.h)
  573.  
  574.   This is for a complete machine from National Semiconductor,
  575.   running Genix.  Changes merged in version 19.
  576.  
  577. NCR Tower 32 running System V release 2 (m-tower32.h; s-usg5-2-2.h)
  578.  
  579.   Works as of 17.56.  If you change src/ymakefile so that CFLAGS includes
  580.   C_OPTIMIZE_SWITCH rather than C_DEBUG_SWITCH, check out the comments
  581.   in src/m-tower32.h about this.
  582.  
  583.   There is a report that compilation with -O did not work with 18.54.
  584.  
  585. NCR Tower 32 running System V release 3 (m-tower32v3.h; s-usg5-3.h)
  586.  
  587.   Works as of 18.56.  If you change src/ymakefile so that CFLAGS includes
  588.   C_OPTIMIZE_SWITCH rather than C_DEBUG_SWITCH, and do not use gcc, check 
  589.   out the comments in src/m-tower32v3.h about this.
  590.  
  591. Nixdorf Targon 31 (m-targon31.h; s-usg5-2-2.h)
  592.  
  593.   Changes merged in 18.56 may work.
  594.   It may be necessary to define C_ALLOCA in m-targon31.h
  595.   and it may be necessary to remove alloca from libc.a.
  596.   (The alloca in libc.a is said to be broken.)
  597.   Please report to the Foundation what works.
  598.  
  599.   Note that the "Targon 35" is really a Pyramid.
  600.  
  601. Nu (TI or LMI) (m-nu.h; s-usg5-2.h)
  602.  
  603.   Version 18 is believed to work.
  604.  
  605. Plexus (m-plexus.h; s-usg5-2.h)
  606.  
  607.   Works as of 17.56.
  608.  
  609. Pmax, Mips from DEC (m-pmax.h; s-bsd4-2.h)
  610.  
  611.   See under DECstation, above.
  612.  
  613. Prime EXL (m-intel386.h; s-usg5-3.h)
  614.  
  615.   18.54 should work.
  616.  
  617. Pyramid (m-pyramid.h; s-bsd4-2.h)
  618.  
  619.   18.58 seems to work on the MIServer 2/1T under OSx 5.1-910507.
  620.  
  621.   Note that certain newer Pyramid models are actually MIPS machines,
  622.   and it is not known whether Emacs will work on them, or what 
  623.   configuration files should be used.
  624.  
  625.   In OSx 4.0, it seems necessary to add the following two lines
  626.   to m-pyramid.h:
  627.      #define _longjmp longjmp
  628.      #define _setjmp setjmp
  629.  
  630.   In Pyramid system 2.5 there has been a compiler bug making
  631.   Emacs crash just after screen-splitting with Qnil containing 0.
  632.   A compiler that fixes this is Pyramid customer number 8494,
  633.   internal number 1923.
  634.  
  635.   Some versions of the pyramid compiler get fatal
  636.   errors when the -gx compiler switch is used; if this
  637.   happens to you, change src/m-pyramid.h to define
  638.   C_DEBUG_SWITCH with an empty definition.
  639.  
  640.   Some old system versions may require you to define PYRAMID_OLD
  641.   in when alloca.s is preprocessed, in order to define _longjmp and _setjmp.
  642.  
  643. Sequent (m-sequent.h; s-bsd4-2.h)
  644.  
  645.   For balance and symmetry.  Emacs 18.51 should work on system version
  646.   3.0.  18.5[23] is said to work.  Delete some lines at the end of
  647.   m-sequent.h for earlier system versions.
  648.  
  649. SONY News (m-news.h; s-bsd4-2.h, or s-bsd4-3.h for system release 3)
  650.  
  651.   18.52 should work.
  652.  
  653. SONY News 3000 series (RISC NEWS) (m-news-risc.h; s-bsd4-3.h)
  654.  
  655.   Works, as of 18.56.  Note that this is a MIPS architecture machine.
  656.  
  657. Stride (m-stride.h; s-usg5-2.h)
  658.  
  659.   Works (most recent news for 18.30) on their release 2.0.
  660.   For release 2.2, see the end of m-stride.h.
  661.   It may be possible to run on their V.1 system but changes
  662.   in the s- file would be needed.
  663.  
  664. Sun 1, 2 and 3 (m-sun1.h, m-sun2.h, m-sun3.h;
  665.         s-bsd4-2.h, s-sunos4-0.h or s-sunos4-1.h)
  666.  
  667.   There are three m- files for different versions of SunOS.
  668.   All are derived from Berkeley 4.2.  Emacs 17 has run on all of them.
  669.   Whether you should use m-sun1.h, m-sun2.h or m-sun3.h depends
  670.   on the VERSION OF THE OPERATING SYSTEM you have.
  671.   You will need to use m-sun3.h on Sun 2's running SunOS release 3.
  672.  
  673.   For SunOS release 4 on a Sun 2 or Sun 3, use m-sun3.h and s-sunos4-1.h.
  674.   (Use s-sunos4-0.h instead if using system version 4.0.*.)
  675.   See the file etc/SUNBUG for how to solve problems caused by bugs in
  676.   the "export" version of SunOS 4.
  677.  
  678.   If you get inappropriate "unknown host" errors from
  679.   open-network-stream, get the distribution of `bind' (the BSD
  680.   name-server), build libresolv.a, and link Emacs with -lresolv.  This
  681.   problem is due to obsolete software in the nonshared standard
  682.   library.
  683.  
  684.   If you want to use SunWindows, define HAVE_SUN_WINDOWS
  685.   in config.h to enable a special interface called `emacstool'.
  686.   The definition must *precede* the #include "m-sun3.h".
  687.   System version 3.2 is required for this facility to work.
  688.  
  689.   We recommend that you instead use the X window system, which
  690.   has technical advantages, is an industry standard, and is also
  691.   free software.
  692.  
  693.   If you are compiling for X windows, and the X window library was
  694.   compiled to use the 68881, then you must edit config.h according
  695.   the comments at the end of m-sun3.h.
  696.  
  697.   It is advisable to add  #define ForceNormalLib YES  before building
  698.   X11R5, to force creation of a nonshared library (as well as the
  699.   shared X library).  Emacs does not use shared libraries, so it
  700.   needs to have a nonshared X library in order to run with X.
  701.  
  702.   Note that Emacs on a Sun is not really as big as it looks.
  703.   As dumped, it includes around 200k of zeros between the
  704.   original text section and the original data section
  705.   (now remapped as part of the text).  These are never
  706.   swapped in.
  707.  
  708.   To build a single Emacs that will run on Sun 2 and Sun 3
  709.   HARDWARE, just build it on the Sun 2.
  710.  
  711. Sun 4 (m-sparc.h; s-bsd4-2.h or s-sunos4-0.h or s-sunos4-1.h)
  712.  
  713.   Changes merged in 18.50.  Some people say optimizing compilation
  714.   does not work; some say that -O2 (whatever that is) works
  715.   perhaps with a small change.
  716.  
  717.   See the entry above for the Sun 3; most of the information
  718.   applies to the Sun 4 as well.
  719.  
  720. Sun Roadrunner (m-sun386.h; s-sunos4-0.h)
  721.  
  722.   Changes merged in 18.51.
  723.  
  724. Tadpole (m-tad68.h; s-usg5-3.h)
  725.  
  726.   Changes merged in 18.58.
  727.  
  728.   You may need to edit Makefile to change the variables LIBDIR and
  729.   BINDIR from /usr/local to /usr/contrib.
  730.  
  731.   To give movemail access to /usr/mail, you may need to execute
  732.  
  733.     chmod 2755 etc/movemail; chgrp mail etc/movemail
  734.  
  735. Tahoe (m-tahoe.h; s-bsd4-2.h or s-bsd4-3.h)
  736.  
  737.   18.52 known to work on some Tahoes, but a compiler bug intervenes
  738.   on others.  Some Emacs versions have worked in Unisys 1r4
  739.   (not in 1r3) and CCI I.21.
  740.  
  741.   If you have trouble compiling etc/loadst.c, turn off the definition
  742.   of DKSTAT_HEADER_FILE in m-tahoe.h.
  743.  
  744. Tandem Integrity S2 (m-tandem-s2.h; s-usg5-3.h)
  745.  
  746.   Changes merged in 18.56 but subprocess support is turned off.
  747.   You will probably want to see if you can make subprocesses work.
  748.  
  749.   You must edit etc/Makefile to define LOADLIBES = -mld.
  750.  
  751. Tektronix 16000 box (6130?) (m-ns16000.h; s-bsd4-2.h)
  752.  
  753.   Emacs 17.61 worked.
  754.  
  755. Tektronix 4300 (m-tek4300.h; s-bsd4-3.h)
  756.  
  757.   Emacs 18.58 should work.
  758.  
  759.   Depending on which linker you use, you might want to change
  760.   the value of TEXT_START in m-tek4300.h; though the native linker
  761.   does use zero, it is possible (and reasonable) to use a linker
  762.   that starts text elsewhere, like 0x2000.
  763.  
  764. Triton 88 (m-triton88.h; s-usg5-3.h?)
  765.  
  766.   Changes merged in 18.58.
  767.  
  768. Ustation E30 (SS5E) (m-ustation.h; s-unipl5-2.h)
  769.  
  770.   Changes merged in 18.52; don't know whether they work.
  771.  
  772. Vax running Berkeley Unix (m-vax.h; s-bsd4-1.h, s-bsd4-2.h or s-bsd4-3.h)
  773.  
  774.   Works.
  775.  
  776. Vax running Ultrix (m-vax.h; s-bsd4-2.h)
  777.  
  778.   Works.  See under Ultrix for problems using X windows on Ultrix.
  779.  
  780. Vax running System V rel 2 (m-vax.h; s-usg5-2.h)
  781.  
  782.   18.27 Works.
  783.  
  784. Vax running System V rel 0 (m-vax.h; s-usg5-0.h)
  785.  
  786.   Works as of 18.36.
  787.  
  788. Vax running VMS (m-vax.h; s-vms.h  but on VMS they are m_vax.h and s_vms.h)
  789.  
  790.   18.36 believed to work.  Addition of features is necessary to make
  791.   this Emacs version more usable.
  792.  
  793. Whitechapel MG1 (m-mg1.h, s-?)
  794.  
  795.   May work.  Supposedly no changes were needed except the m- file.
  796.   I do not know what Unix version runs on them.
  797.  
  798. Wicat (m-wicat.h; s-usg5-2.h)
  799.  
  800.   Changes merged as of 18.6; whether they work is unknown.
  801.   See comments in m-wicat.h for things you should change
  802.   depending on the system and compiler version you have.
  803.  
  804. Local variables:
  805. mode: text
  806. fill-prefix: "  "
  807. End:
  808.